Uses of Interface
com.seclore.fs.ws.client.pscp.Config
Packages that use Config
-
Uses of Config in com.seclore.fs.ws.client.pscp
Methods in com.seclore.fs.ws.client.pscp with parameters of type ConfigModifier and TypeMethodDescriptionstatic PSConnectionPSConnection.getInstance(String pPoolId, boolean pIsPooledConnection, Config pConfig, String pURL, CryptoHandler pCryptoHandler) This method returns the instance of PSConnection.
In the process of returning the connection,it will first try with the given url.
If connection fails with the given url,it will enumerate all the configured urls in the server details implementation and tries to get connection with each of them.
finally it returns the successful connection with url or null if connection is not successful with any configured url.static PSConnectionPoolPSConnectionPool.newInstance(String pHSHelperInstanceId, Config pConfig, CryptoHandler pCryptoHandler) Returns new object of PSConnectionpool.